Skip to content

LLM-22701 Fix duplicate messages on follow-up prompts#3

Merged
xtmq merged 1 commit into
mainfrom
a.slapoguzov/LLM-22701-duplicating-messages
Dec 20, 2025
Merged

LLM-22701 Fix duplicate messages on follow-up prompts#3
xtmq merged 1 commit into
mainfrom
a.slapoguzov/LLM-22701-duplicating-messages

Conversation

@slapoguzov

@slapoguzov slapoguzov commented Dec 20, 2025

Copy link
Copy Markdown
Collaborator

Notification handlers were accumulating in an array, causing each handler to process every notification. Changed to a Map keyed by session ID so each session has exactly one handler that gets replaced on follow-up prompts

Notification handlers were accumulating in an array, causing each
  handler to process every notification. Changed to a Map keyed by
  session ID so each session has exactly one handler that gets replaced
  on follow-up prompts
@slapoguzov
slapoguzov requested a review from xtmq December 20, 2025 22:00
@xtmq
xtmq merged commit 7fec958 into main Dec 20, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants